public abstract class Condition
extends java.lang.Object
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
satisfies(Graph existingGraph)
Used to test if the supplied graph is within the bounds of the
condition's implementation.
|
public abstract boolean satisfies(Graph existingGraph)
existingGraph - the Graph to test if the Condition applies.